func crypto/internal/fips140/ecdsa.rightShift

3 uses

	crypto/internal/fips140/ecdsa (current package)
		ecdsa.go#L241: 			b = rightShift(b, excess)
		ecdsa.go#L404: 			hash = rightShift(hash, excess)
		ecdsa.go#L418: func rightShift(b []byte, shift int) []byte {